home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 228 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: engnews1.Eng.Sun.COM!taumet!clamage
  2. From: Eugene Lazutkin <eugene@int.com>
  3. Newsgroups: comp.std.c++
  4. Subject: FW: FW: FW: Inherent C++ problem?
  5. Date: 1 Feb 1996 22:53:01 GMT
  6. Organization: ?
  7. Approved: clamage@eng.sun.com (comp.std.c++)
  8. Message-ID: <01BAF08D.D1D40CE0@dino.int.com>
  9. NNTP-Posting-Host: taumet.eng.sun.com
  10. Content-Type: text
  11. Encoding: 23 TEXT
  12. Content-Length: 423
  13. X-Lines: 24
  14. Originator: clamage@taumet
  15.  
  16.  
  17.  
  18. ----------
  19. From:     Max Motovilov[SMTP:max@int.com]
  20. Sent:     Thursday, February 01, 1996 10:10 AM
  21. To:     'Eugene Lazutkin'
  22. Subject:     RE: FW: FW: Inherent C++ problem?
  23.  
  24. > What do you mean with _this_ temporary?
  25. >     a) return value:   i.e. 
  26. >  
  27. >              Foo return_value ( ..... );
  28. > or
  29. >     b) additional temporary:
  30. >              Foo tmp( ......);
  31. >              
  32. >              Foo return_value(tmp);
  33.  
  34. (b) -- that is, 'tmp'
  35.  
  36.  
  37.  
  38. [ comp.std.c++ is moderated.  Submission address: std-c++@ncar.ucar.edu.
  39.   Contact address: std-c++-request@ncar.ucar.edu.  The moderation policy is
  40.   summarized in http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
  41. ]
  42.